home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0162.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  12.3 KB  |  301 lines

  1. Is there a decent to reasonable telnet implementation out there which runs
  2. under Winsock?  I have WinQVT but don't like it -- all I want is a
  3. multi-session telnet with resizable VT-xxx windows, and I'm happy.
  4.  
  5. Pointers appreciated.
  6.  
  7. --
  8. --
  9. Karl Denninger (karl@MCS.COM)     | MCSNet - Full Internet Connectivity (shell,
  10. Modem: [+1 312 248-0900]    | PPP, SLIP and more) in Chicago and 'burbs.  
  11. Voice/FAX: [+1 312 248-8649]    | Email "info@mcs.com".  MCSNet is a CIX member.
  12. From news@bigblue.oit.unc.edu Thu Feb 17 07:02:23 1994
  13. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  14.           id AA22706; Thu, 17 Feb 1994 06:26:56 -0500
  15. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  16.           id AA04647; Thu, 17 Feb 1994 06:18:19 -0500
  17. Received: from GATEWAY by bigblue with netnews
  18.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  19. To: winsock@sunsite.unc.edu
  20. Date: 17 Feb 1994 07:02:23 GMT
  21. From: stoned@wimsey.bc.ca (Darren Stone)
  22. Message-Id: <2jv4pv$gh8@vanbc.wimsey.com>
  23. Organization: J.W. Suttie & Associates Ltd.
  24. Sender: ses
  25. Subject: How to talk to a news server?
  26.  
  27. I'm running WinSock.  I've used WinVN and Trumpet to read news.
  28. Works fine.  So I'd like to try a little news server programming myself.
  29.  
  30. I'd like to try it from VB (yeah, I'm a wimp).  Assuming that I get the
  31. winsock.vbx custom control, can someone point me in a good 
  32. direction for learning how to connect to and suck news out of a 
  33. news server?
  34.  
  35. Many thanx.
  36.  
  37. Darren Stone
  38. stoned@wimsey.bc.ca
  39.   
  40. From news@bigblue.oit.unc.edu Thu Feb 17 10:11:30 1994
  41. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  42.           id AA24470; Thu, 17 Feb 1994 06:56:55 -0500
  43. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  44.           id AA21704; Thu, 17 Feb 1994 06:49:52 -0500
  45. Received: from GATEWAY by bigblue with netnews
  46.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  47. To: winsock@sunsite.unc.edu
  48. Date: Thu, 17 Feb 1994 10:11:30 GMT
  49. From: galileoswieng@cix.compulink.co.uk ("Galileo International")
  50. Message-Id: <CLD5n7.1ty@cix.compulink.co.uk>
  51. Organization: Galileo International
  52. Sender: ses
  53. References: <jtara.33.001788EA@crash.cts.com>
  54. Subject: Re: COMM driver for Windows?
  55.  
  56. > In the [386enh] section of system.ini, add a line:
  57. >   COMxFIFO=TRUE
  58. > where 'x' is the comm port #. 
  59.  
  60. I believe that the .wri file is actually in error. It should be
  61.  
  62.     COMxFIFO=1
  63.     
  64. so much for RTFM!
  65.  
  66. Regards
  67. Antony
  68. From news@bigblue.oit.unc.edu Thu Feb 17 02:22:04 1994
  69. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  70.           id AA28501; Thu, 17 Feb 1994 07:56:56 -0500
  71. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  72.           id AA11742; Thu, 17 Feb 1994 07:36:09 -0500
  73. Received: from GATEWAY by bigblue with netnews
  74.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  75. To: winsock@sunsite.unc.edu
  76. Date: 17 Feb 1994 07:22:04 -0500
  77. From: mpearson@lynx.dac.neu.edu (Matthew Pearson)
  78. Message-Id: <2jvnhc$c8l@lynx.dac.neu.edu>
  79. Organization: Northeastern University, Boston, MA. 02115, USA
  80. Sender: ses
  81. References: <2jurv1$h7a@msuinfo.cl.msu.edu>
  82. Subject: Re: Running PktDrver software with Banyan
  83.  
  84.  
  85. Actually I have it wokring on Vines 5.0 at work!
  86.  
  87. We have Cabletron 10/T Cards and I use the Cabletron Generic Ethernet
  88. Packet DRivers E21PDM.EXE as the packet driver. We also use FTP's PCTCP
  89. as our TCPIP stack. So I obtained the winsock.DLL from ftp.ftp.com that
  90. is compatible with thwir protocol stack. Worked first try...
  91.  
  92. Unfortunatly our -brilliant- SysAdmins have "firewalls" up so we cannot
  93. open a connection -anywhere- off-campus.
  94.  
  95. If anyone knows a way -around- this. Please let me know. I dont mean to
  96. do anything malicious, I just want to be able to utilize the full
  97. resources of the internet.
  98.  
  99. Matthew Pearson
  100. From news@bigblue.oit.unc.edu Thu Feb 17 13:07:25 1994
  101. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  102.           id AA01126; Thu, 17 Feb 1994 08:26:57 -0500
  103. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  104.           id AA18086; Thu, 17 Feb 1994 08:08:43 -0500
  105. Received: from GATEWAY by bigblue with netnews
  106.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  107. To: winsock@sunsite.unc.edu
  108. Date: 17 Feb 1994 13:07:25 GMT
  109. From: doug@cc.ysu.edu (Doug Sewell)
  110. Message-Id: <2jvq6d$949@news.ysu.edu>
  111. Organization: Youngstown State University
  112. Sender: ses
  113. References: <2jurv1$h7a@msuinfo.cl.msu.edu>, <2jvnhc$c8l@lynx.dac.neu.edu>
  114. Subject: Firewalls (Re: Running PktDrver software with Banyan)
  115.  
  116. Matthew Pearson (mpearson@lynx.dac.neu.edu) wrote:
  117.  
  118. : Unfortunatly our -brilliant- SysAdmins have "firewalls" up so we cannot
  119. : open a connection -anywhere- off-campus.
  120.  
  121. In previous incarnations of various networks "Acceptable Use Policy",
  122. they required that connections from a site be traceable in some form -
  123. ie either can be traced back to a user or set of users on a given host
  124. or network, or on a dedicated workstation (ie pc in someone's office).
  125.  
  126. Depending on your network software, lab PC's may not meet this criteria.
  127. As these unidentifiable telnet connections can't be traced, it makes
  128. an opportunity for hacking.  As a result, some sites have put firewall
  129. routers around networks that aren't considered "secure", to force them
  130. to telnet off-campus through a local host, or through a wrapper (like
  131. socks) that identifies who they are before making a connection outside.
  132.  
  133. These restrictions aren't only installed on campuses, they're very common
  134. in industry.
  135.  
  136. : If anyone knows a way -around- this. Please let me know. I dont mean to
  137. : do anything malicious, I just want to be able to utilize the full
  138. : resources of the internet.
  139.  
  140. You're going to have to negotiate this with the sysadmin.  Try to get
  141. some socks-compatible clients (I don't know if there are such critters
  142. for MSDOS/Windows or not), and he'll install socks on a gateway host.
  143. There are probably other packages besides socks, including vendor
  144. solutions.
  145.  
  146. Alternately, convince him that the restrictions are unreasonable (good
  147. luck... but it can be done) and that you're still in compliance with
  148. the rules in place for your network provider.
  149.  
  150. We're putting in a new lab, and probably will firewall telnet, rlogin,
  151. nntp, and smtp, but will probably allow connections to other ports (gopher,
  152. WWW, maybe IRC but we're not sure, etc). 
  153.  
  154. Disclaimer: I've never used socks, this is based on my understanding of
  155. the technology behind socks and firewalls.  There is more about firewalls
  156. available via ftp from ftp.tis.com, /pub/firewalls directory.
  157.  
  158. -- 
  159. "Curse you, Batman!  May you fall down a flight of stairs and break
  160. every tooth in your head except one, and in that may you have a toothache
  161. for the rest of your life, which won't be very long!"    | Doug Sewell
  162.          -- King Tut, Episode 88 (Batman's Waterloo)    | doug@cc.ysu.edu
  163. From news@bigblue.oit.unc.edu Thu Feb 17 14:17:41 1994
  164. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  165.           id AA04556; Thu, 17 Feb 1994 08:56:56 -0500
  166. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  167.           id AA12660; Thu, 17 Feb 1994 08:33:40 -0500
  168. Received: from GATEWAY by bigblue with netnews
  169.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  170. To: winsock@sunsite.unc.edu
  171. Date: Thu, 17 Feb 1994 14:17:41 GMT
  172. From: rfisher@fcmr.forestry.ca (Robert A. Fisher)
  173. Message-Id: <rfisher.15.00094BC7@fcmr.forestry.ca>
  174. Organization: Canadian Forest Service
  175. Sender: ses
  176. References: <2ju5gs$6pd@science.aaas.org>
  177. Subject: Re: Pathworks and Trumpet.....
  178.  
  179. In article <2ju5gs$6pd@science.aaas.org> kchen@science.aaas.org (Ken Chen) writes:
  180. >From: kchen@science.aaas.org (Ken Chen)
  181. >Subject: Pathworks and Trumpet.....
  182. >Date: 16 Feb 1994 17:08:28 -0500
  183.  
  184.  
  185. >Sorry folks.  I know this topic has been touched upon.
  186.  
  187. >Could some please re-post the installation instructions for Trumpet Winsock
  188. >drivers and Pathworks to co-exist?  Basically I need a model autoexec.bat and
  189. >where to find the packet driver provided by DEC.  
  190.  
  191. >Thanks in advance!  
  192.  
  193. I have had excellent luck using PKTDLL.COM V1.2 written by Brian Angus with 
  194. any packet program tried to date.
  195.  
  196. It is available at watsun.columbia.columbia.edu in PKTDLL.ZIP
  197.  
  198. IN Autoexec.bat 
  199.  
  200. ...
  201. call \decnet\startnet.bat
  202. ?\pktdll.com
  203. ...
  204.  
  205. This gives coexistence between Pathworks and any packet driver application. 
  206. Add the call to PKTDLL as a small 1456 byte TSR and follow the packet driver 
  207. instructions given with the application. I have used PKTDLL successfully with 
  208. the Trumpet Winsock, Frontier Technology and Netmanage Windows sockets TCP/IP 
  209. stacks to make them coexist with Pathworks 4.1
  210.  
  211. Bob.
  212. Robert A. Fisher, Informatics Manager            Email: rfisher@fcmr.forestry.ca
  213. Canadian Forest Service - Maritimes Region       Voice: 506-452-3535
  214. P.O. Box 4000, 1350 Regent Street                FAX:   506-452-3525
  215. Fredericton, N.B., Canada, E3B 5P7  
  216. From news@bigblue.oit.unc.edu Thu Feb 17 13:38:26 1994
  217. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  218.           id AA04566; Thu, 17 Feb 1994 08:56:58 -0500
  219. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  220.           id AA03261; Thu, 17 Feb 1994 08:43:34 -0500
  221. Received: from GATEWAY by bigblue with netnews
  222.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  223. To: winsock@sunsite.unc.edu
  224. Date: Thu, 17 Feb 1994 13:38:26 GMT
  225. From: hbae@cwis.unomaha.edu (Hansang Bae)
  226. Message-Id: <1994Feb17.133826.5479@news.unomaha.edu>
  227. Organization: University of Nebraska at Omaha
  228. Sender: ses
  229. References: <2jv5co$lb2@lo-fan.jpl.nasa.gov>
  230. Subject: Re: Problem with WS-FTP on Vax
  231.  
  232. In article <2jukaq$h1h@news.acns.nwu.edu> tgn@nwu.edu (Trent Nicol) writes:
  233. >I've been using WS-FTP (v. 94.02.08) for a week or so now, and am thrilled with
  234. >it.  However I am noticing a problem, or perhaps I should say annoyance, when
  235. >FTPing from a Vax.  The Vax (vms v. 5.5) directory lists account name and any
  236. >subdirectory information in brackets before the filenames. eg:
  237. >[tgn.stm-dir]das-15.stm;1
  238. >When I try to FTP this file, it tries to create a file on my PC named [tgn.stm
  239. >which it can't do because " [ " is not a valid Dos filename character.  
  240. >I can get around this by selecting the Prompt checkbox in WS-FTP and then 
  241. >renaming the incoming file to a valid Dos filename
  242.  
  243.  
  244. RFowler@spmc-server.jpl.nasa.gov writes:
  245. > It works fine for me.  Make sure your using the right "type" i.e.
  246. > VMS-UCX or VMS-Multinet.  If you leave it set to the default of "unix" 
  247. > it doesn't work right with VMS.
  248. > PS is think ws_ftp ranks as one of the BEST pieces of share ware 
  249. > around (right up there with PFE my other favorite), especially version 
  250. > now that you can resize the window to make the list boxes bigger.
  251.  
  252. Actually, MSG Junod has released this in the public domain.  So it's
  253. really not shareware.  Sounds like nit-picking, but for other
  254. universities with limited budgets, this is GREAT news.  Just thought I'd
  255. mention it for others sake.
  256.  
  257.  
  258.   Hansang Bae --------------------------------------------------------
  259. |  hbae@cwis.unomaha.edu   | "SGT airborne, if we have a complete     |
  260. |  malfunction, how much time do we have to deploy our reserves?"     |
  261. | "Airborne, you have the REST of your life to deploy that reserve!"  |
  262.  ---------------------------------------------------------------------
  263. From news@bigblue.oit.unc.edu Thu Feb 17 14:11:01 1994
  264. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  265.           id AA12245; Thu, 17 Feb 1994 09:56:57 -0500
  266. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  267.           id AA11768; Thu, 17 Feb 1994 09:28:49 -0500
  268. Received: from GATEWAY by bigblue with netnews
  269.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  270. To: winsock@sunsite.unc.edu
  271. Date: 17 Feb 1994 14:11:01 GMT
  272. From: jp@unlinfo.unl.edu (jerome pier)
  273. Message-Id: <2jvttl$dll@crcnis1.unl.edu>
  274. Organization: University of Nebraska--Lincoln    
  275. Sender: ses
  276. References: <2jtmgv$i7o@news.doit.wisc.edu>, <CRAIGM.94Feb16201828@astrog.physics.wisc.edu>
  277. Subject: Re: xwindemo-how to make it work?
  278.  
  279. Craig Markwardt (craigm@astrog.physics.wisc.edu) wrote:
  280.  
  281. : In article <2jtmgv$i7o@news.doit.wisc.edu> philips@cae.wisc.edu (Philip William Stephenson) writes:
  282. :  > 
  283. [stuff deleted]
  284.  
  285. : I have not been able to use XDMCP, but I have heard other hint that
  286. : they have.  I usually use regular telnet to my X-windows host, and
  287. : there I 'setenv DISPLAY <myhomeip>:0'.  Then I can run my X-windows
  288. : programs, and twm if I like.
  289.  
  290. : Craig
  291.  
  292. Of course it is much easier if you create a file on the unix
  293. account called .rhosts which has the above information in it. 
  294.  
  295. Jerome Pier
  296. jp@unl.edu
  297.  
  298.